S

MCP Server — SideButton Marketing Website Agentic Knowledge Pack

SideButton Marketing Website Skill for MCP Agent

Skill pack for sidebutton.com — the public marketing website with product pages, integrations marketplace, pricing, solutions by role, interactive demo, and publisher portal.

Available free v1.0.3 Browser
$ sidebutton install SideButton Marketing Website
Download ZIP
README 10.4 KB

What This Is

SideButton.com is the public marketing website and Fleet Control portal for the SideButton AI Agent Platform. Built with Astro, it serves as the product homepage, knowledge pack directory (/skills), contribution guide, and authenticated Fleet Control portal. The site targets developers and engineering teams looking to deploy self-learning AI agents. As of the 2026 redesign the product is positioned around "AI agents + knowledge packs" (not browser automation / embed buttons). Public marketing pages are minimal; the portal is the primary authenticated experience.

Authentication

  • Public pages: No authentication required (/, /skills, /skills/*, /contribute, /privacy, /terms, /content-policy, /imprint)
  • Portal pages (/portal/*): Two-layer auth — HTTP Basic Auth gate + session cookie via /login (email-only, no password)
  • Connect page (/connect): Standalone login flow for Chrome extension auth (no Header/Footer)
  • Auth state managed server-side; authenticated users access Fleet Control portal with sidebar navigation

Auth Flow

RouteAuth RequiredNotes
/NoPublic homepage
/skillsNoKnowledge pack directory
/contributeNoContribution guide
/loginNoPortal login form
/connectNoExtension auth (standalone page, no site chrome)
/portalYesRedirects to /portal/chat (Fleet Control home)
/portal/chatYesFleet Control chat interface
/portal/agentsYesAgent fleet management
/portal/jobsYesJob execution history
/portal/queueYesDispatch queue
/portal/workflowsYesWorkflow definitions
/portal/settingsYesFleet configuration

Global Navigation

Header (sticky, banner)

ElementSelectorNotes
Logo linkbanner > link (first)SideButton "S" logo + "SideButton" text → /
Knowledge Packslink "Knowledge Packs"/skills
Docslink "Docs"External → docs.sidebutton.com
Contributelink "Contribute"/contribute
Book a Demolink "Book a Demo" (in banner)Green primary button → external Typeform
GitHublink "View SideButton on GitHub"Dark button → github.com/sidebutton/sidebutton

Removed from nav (as of 2026 redesign): Chat, Browser MCP, AI Automations dropdown, Integrations dropdown, Pricing, Solutions, user dropdown.

Fleet Control Sidebar Navigation (Portal)

On /portal/* routes, the portal uses its own sidebar layout (no marketing Header/Footer). The sidebar contains:

LinkURLNotes
Chat/portal/chatDefault landing page
Agents/portal/agentsAgent fleet management
Jobs/portal/jobsJob execution history
Queue/portal/queueDispatch queue
Automations/portal/automationsWorkflow trigger automations (Jira/SideButton/Cron)
Workflows/portal/workflowsWorkflow definitions
Settings/portal/settingsFleet configuration
User infoSidebar bottomAvatar initial + email
Log outSidebar bottomEnds session

Footer (contentinfo)

Single-row nav layout (replaced the previous 6-column grid):

ElementNotes
Logo + copyright"© 2026 SideButton. Free & open source under Apache 2.0."
GitHub→ github.com/sidebutton/sidebutton
Docs→ docs.sidebutton.com
Knowledge Packs/skills
Contribute/contribute
Privacy/privacy
Terms/terms
Content Policy/content-policy
Imprint/imprint
Email[email protected] (mailto)

Floating Elements

ElementSelectorNotes
Cookie consent dialog#cookie-consent (div[role="dialog"])Fixed bottom bar on first visit; Accept/Reject buttons; links to Privacy Policy; dismissed via CSS translate-y-full (element stays in DOM)

Technology Stack

  • Framework: Astro (SSG for public pages, SSR for portal)
  • Styling: Tailwind CSS
  • Portal DB: SQLite via better-sqlite3 (workflows, publishers, run stats)
  • Auth: Session-based, server-side validation via Astro middleware
  • Deployment: Static + server-rendered hybrid

Key Sections

SectionURL PatternStatusPurpose
Homepage/✅ CurrentLanding page: hero, three layers explainer, quick start, knowledge packs, roles, compatibility, CTA, testimonials
Knowledge Packs/skills✅ Current (new)Directory: 21 available + 35 coming soon packs; search, category filters, install commands
Knowledge Pack Detail/skills/{name}✅ Current (new)Single pack: modules, roles, install command, version info
Contribute/contribute✅ Current (new)Contribution guide for publishing knowledge packs
Connect/connect✅ CurrentStandalone extension auth page
Login/login✅ CurrentPortal login page (email-only)
Portal — Chat/portal/chat✅ CurrentFleet Control chat interface (default landing)
Portal — Agents/portal/agents✅ CurrentAgent fleet management with live health metrics
Portal — Jobs/portal/jobs✅ CurrentJob execution history with status filters
Portal — Job Detail/portal/jobs/{id}✅ CurrentJob detail with input params and step timeline
Portal — Queue/portal/queue✅ CurrentDispatch queue for scheduling workflow jobs
Portal — Automations/portal/automations✅ CurrentWorkflow trigger automations (Jira/SideButton/Cron)
Portal — Automation Detail/portal/automations/{id}✅ CurrentAutomation config, trigger logs, edit
Portal — Workflows/portal/workflows✅ CurrentWorkflow definitions list
Portal — Workflow Detail/portal/workflows/{id}✅ CurrentWorkflow step definitions and prompts
Portal — Settings/portal/settings✅ CurrentFleet configuration (7 tabs)
Privacy/privacy✅ CurrentPrivacy policy
Terms/terms✅ CurrentTerms of service
Content Policy/content-policy✅ CurrentContent policy
Imprint/imprint✅ CurrentCompany imprint
Demo/demo❌ REMOVEDRedirects to /; interactive demo page no longer exists
Pricing/pricing⚠️ UNVERIFIEDNot linked in current nav; may still exist at URL
Integrations/integrations⚠️ UNVERIFIEDNot linked in current nav; may still exist at URL
Features — Chat/features/chat⚠️ UNVERIFIEDNot linked in current nav
Features — Browser MCP/features/browser-mcp⚠️ UNVERIFIEDNot linked in current nav
Features — AI Automation/features/ai-automation⚠️ UNVERIFIEDNot linked in current nav
Features — Workflow Engine/features/workflow-engine⚠️ UNVERIFIEDNot linked in current nav
Features — Embed Buttons/features/embed-buttons⚠️ UNVERIFIEDNot linked in current nav
Solutions/solutions⚠️ UNVERIFIEDNot linked in current nav

Module Inventory

ModuleFeatures_skill.mdqa.mdse.mdBrief Description
homepage~897%Landing page (2026 redesign): hero, three-layers explainer, quick start commands, knowledge packs section, community roles, MCP compatibility, dual CTA, testimonials. Mobile nav, video iframe swap, cookie consent states documented
skills~695%Knowledge pack directory: 21 available (10 curated + 10 domain + 1 standalone) + 35 coming soon, search (matches name/desc/modules), category filter tabs with AND logic, install commands, detail pages with modules/roles/links
connect~395%Extension auth: standalone page, H1 + email/password form + Sign In button + back link, success auto-close
login~395%Portal login: SSR-only, email-only form with Header/Footer, redirects to /portal
legal~695%Legal pages: privacy, terms, content-policy, imprint (DMCA + trademarks removed from footer)
portal-chat~1397%90%Fleet Control chat: three-panel layout, New Chat, search, archive/delete, markdown rendering, voice input
portal-agents~1497%90%Agent fleet: screenshot thumbnails, health metrics, role/status badges, Run Job modal, share
portal-jobs~1297%85%Job history: filterable list, Cancel/Resend actions, detail with INPUT/OUTPUT/STEPS timeline
portal-queue~1597%90%Dispatch queue: Add Item, filter tabs, Cancel/Dispatch Now/Retry actions, source tracking
portal-automations~1197%90%Workflow trigger automations: Jira/SideButton/Cron triggers, enable/disable, manual trigger, context-aware template variables
portal-workflows~897%90%Workflow definitions: list with toggles and role badges, detail with full step definitions, multi-pack source display
portal-settings~3698%92%Fleet config: 7 tabs — General, Agents (rename, avatar, RDP w/ copy-password), Assistant (+ Active Role, MCP Connections), Issue Tracking, Slack, Knowledge Packs (Sync Now, Remove), Logs
demo~1295% (STALE)REMOVED/demo now redirects to /; skill file is stale
pricing~895% (STALE)UNVERIFIED — not linked from current nav; verify if page still exists
integrations~2795% (STALE)UNVERIFIED — not linked from current nav; was marketplace
features-browser-mcp~895% (STALE)UNVERIFIED — not linked from current nav
features-chat~595% (STALE)UNVERIFIED — not linked from current nav
features-ai-automation~695% (STALE)UNVERIFIED — not linked from current nav
features-workflow-engine~795% (STALE)UNVERIFIED — not linked from current nav
features-embed-buttons~595% (STALE)UNVERIFIED — not linked from current nav
solutions~1595% (STALE)UNVERIFIED — not linked from current nav

AI Agent Roles